$(document).ready(function(){var aChildren=$(".nav-links a");var gap=$("header").outerHeight()-2;var aArray=[];for(var i=0;i=(divPos-gap)&&windowPos<((divPos-gap)+divHeight)){$("a[rel='"+theID+"']").addClass("active");}else{$("a[rel='"+theID+"']").removeClass("active");}}if(windowPos+windowHeight==docHeight){if(!$(".nav-links a:last-child").hasClass("active")){var navActiveCurrent=$(".active").attr("rel");$(".nav-links a").removeClass("active");$(".nav-links a:last-child").addClass("active");}}});$('.nav-links a').on("click",function(){if(!$(this).hasClass('extLink')){var href=$(this).attr("rel");var gap=$("header").outerHeight()-18;$('html,body').animate({scrollTop:$("#"+href).offset().top-gap},1000);}});});